home *** CD-ROM | disk | FTP | other *** search
Makefile | 1990-12-17 | 4.0 KB | 96 lines |
- CC=gcc
- CFLAGS=-O -fstrength-reduce -fcombine-regs -fomit-frame-pointer
- LFLAGS=-x
-
- OBJS = err.o keyword.o lcode.o lglob.o link.o llex.o lmem.o lnklist.o \
- lsym.o opcode.o optab.o parse.o tcode.o tlex.o tmain.o \
- tmem.o toktab.o trans.o tree.o tsym.o tlocal.o util.o
-
- COBJS= ..\common\long.o ..\common\getopt.o
-
- LIBS=-liio
-
- PGM=icont.ttp
-
- all: $(PGM)
-
- $(PGM): $(OBJS) $(COBJS)
- $(CC) $(CFLAGS) -o $(PGM) $(OBJS) $(COBJS) $(LIBS) $(LFLAGS)
- toglclr $(PGM) # for TOS 1.4
-
- clean:
- $(RM) $(OBJS)
-
- ###
- err.o : err.c ..\h\config.h ..\h\define.h ..\h\proto.h \
- ..\common\cproto.h general.h token.h tlex.h trans.h tree.h tproto.h
- keyword.o : keyword.c ..\h\keyword.h tsym.h
- lcode.o : lcode.c ..\h\config.h ..\h\define.h ..\h\proto.h \
- ..\common\cproto.h general.h tproto.h globals.h sizes.h opcode.h \
- ..\h\opdefs.h link.h ..\h\rt.h ..\h\cpuconf.h ..\h\memsize.h \
- ..\h\keyword.h ..\h\version.h ..\h\header.h
- lglob.o : lglob.c ..\h\config.h ..\h\define.h ..\h\proto.h \
- ..\common\cproto.h general.h tproto.h link.h ..\h\rt.h \
- ..\h\cpuconf.h ..\h\memsize.h opcode.h ..\h\opdefs.h \
- ..\h\version.h
- link.o : link.c ..\h\config.h ..\h\define.h ..\h\proto.h \
- ..\common\cproto.h general.h tproto.h globals.h sizes.h link.h \
- ..\h\rt.h ..\h\cpuconf.h ..\h\memsize.h ..\h\paths.h \
- ..\h\header.h
- llex.o : llex.c ..\h\config.h ..\h\define.h ..\h\proto.h \
- ..\common\cproto.h general.h tproto.h link.h ..\h\rt.h \
- ..\h\cpuconf.h ..\h\memsize.h opcode.h ..\h\opdefs.h
- lmem.o : lmem.c ..\h\config.h ..\h\define.h ..\h\proto.h \
- ..\common\cproto.h general.h tproto.h globals.h sizes.h link.h \
- ..\h\rt.h ..\h\cpuconf.h ..\h\memsize.h
- lnklist.o : lnklist.c ..\h\config.h ..\h\define.h ..\h\proto.h \
- ..\common\cproto.h general.h tproto.h trans.h lfile.h
- lsym.o : lsym.c ..\h\config.h ..\h\define.h ..\h\proto.h \
- ..\common\cproto.h link.h ..\h\rt.h ..\h\cpuconf.h \
- ..\h\memsize.h general.h tproto.h globals.h sizes.h
- opcode.o : opcode.c ..\h\config.h ..\h\define.h ..\h\proto.h \
- ..\common\cproto.h general.h tproto.h link.h ..\h\rt.h \
- ..\h\cpuconf.h ..\h\memsize.h opcode.h ..\h\opdefs.h
- optab.o : optab.c ..\h\config.h ..\h\define.h ..\h\proto.h \
- ..\common\cproto.h tlex.h
- parse.o : parse.c ..\h\config.h ..\h\define.h ..\h\proto.h \
- ..\common\cproto.h tproto.h trans.h tsym.h tree.h ..\h\keyword.h
- tcode.o : tcode.c ..\h\config.h ..\h\define.h ..\h\proto.h \
- ..\common\cproto.h general.h tproto.h globals.h sizes.h trans.h \
- token.h tree.h tsym.h
- tlex.o : tlex.c ..\h\config.h ..\h\define.h ..\h\proto.h \
- ..\common\cproto.h general.h tproto.h trans.h token.h tlex.h \
- tree.h
- tlocal.o : tlocal.c ..\h\config.h ..\h\define.h ..\h\proto.h \
- ..\common\cproto.h
- tmain.o : tmain.c ..\h\config.h ..\h\define.h ..\h\proto.h \
- ..\common\cproto.h general.h tproto.h ..\h\paths.h globals.h \
- sizes.h
- tmem.o : tmem.c ..\h\config.h ..\h\define.h ..\h\proto.h \
- ..\common\cproto.h general.h tproto.h globals.h sizes.h trans.h \
- ..\h\memsize.h tsym.h tree.h
- toktab.o : toktab.c ..\h\config.h ..\h\define.h ..\h\proto.h \
- ..\common\cproto.h general.h tproto.h trans.h tlex.h token.h
- trans.o : trans.c ..\h\config.h ..\h\define.h ..\h\proto.h \
- ..\common\cproto.h general.h tproto.h ..\h\version.h globals.h \
- sizes.h trans.h tsym.h tree.h token.h
- tree.o : tree.c ..\h\config.h ..\h\define.h ..\h\proto.h \
- ..\common\cproto.h general.h tproto.h tree.h
- tsym.o : tsym.c ..\h\config.h ..\h\define.h ..\h\proto.h \
- ..\common\cproto.h general.h tproto.h globals.h sizes.h trans.h \
- token.h tsym.h lfile.h
- util.o : util.c ..\h\config.h ..\h\define.h ..\h\proto.h \
- ..\common\cproto.h general.h tproto.h ..\h\cpuconf.h globals.h \
- sizes.h trans.h tree.h ..\h\fdefs.h
- ###
- ..\common\long.o : ..\common\long.c ..\h\config.h \
- ..\h\define.h ..\h\proto.h ..\common\cproto.h ..\h\cpuconf.h
- pushd ..\common
- make long.o
- popd
- ..\common\getopt.o : ..\common\getopt.c ..\h\config.h \
- ..\h\define.h ..\h\proto.h ..\common\cproto.h
- pushd ..\common
- make getopt.o
- popd
-